home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / unix / amiga / 283 < prev    next >
Encoding:
Text File  |  1996-08-06  |  1.4 KB  |  44 lines

  1. Path: news-m01.ny.us.ibm.net!usenet
  2. From: fheitka@ibm.net (Frederick V. Heitkamp)
  3. Newsgroups: comp.unix.amiga
  4. Subject: Re: Compiling X Programs Under Amiga Linux?
  5. Date: 30 Jan 1996 11:35:25 GMT
  6. Organization: Home Site
  7. Message-ID: <4ekvpt$1rbg@news-s01.ny.us.ibm.net>
  8. References: <4dvqi0$4r2i@news-s01.ny.us.ibm.net> <4e0ihk$10h@news.Informatik.Uni-Oldenburg.DE> <4e547j$1jsk@news-s01.ny.us.ibm.net> <4e5730$bf3@idefix.CS.kuleuven.ac.be> <4eid6s$uqo@news-s01.ny.us.ibm.net> <4eikui$i5g@news.Informatik.Uni-Oldenburg.DE>
  9. NNTP-Posting-Host: slip37-208-98.ibm.net
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=ISO-8859-1
  12. Keywords: X, libraries, Amiga, Linux
  13. X-Newsreader: WinVN 0.99.6
  14.  
  15. In article <4eikui$i5g@news.Informatik.Uni-Oldenburg.DE>, 
  16. Frank.Neumann@Informatik.Uni-Oldenburg.DE┌ says...
  17. >
  18. >Hi,
  19. >fheitka@ibm.net (Frederick V. Heitkamp) writes:
  20. >
  21. >>>Try to create soft links from /usr/X11R6/lib/lib*.so to the
  22. >>>/usr/X11R6/lib/lib*.so.6.0 libraries, e.g.
  23. >>>
  24. >>>        cd /usr/X11R6/lib
  25. >>>        ln -s libX11.so.6.0 libX11.so
  26. >>>
  27. >>Right now it is:
  28. >>       libX11.so.6 -> libX11.so.6.0.0
  29. >
  30. >>       etc.
  31. >
  32. >>Isn't that correct?
  33. >
  34. >No, that's just another link, but not the one you need for linking. As Geert
  35. >said: For every *.so.6.0 library, do something like:
  36. >
  37. >ln -s <libname>.so.6.0 <libname>.so
  38.  
  39. Hmmm.  That appears to be different from the PC version of Linux, at least
  40. the way I'm have it now.  Is that the correct convention?
  41.  
  42. Fred Heitkamp
  43.  
  44.